AuthChallengeResponse
data class AuthChallengeResponse(response: String, username: String?, password: String?)
Content copied to clipboard
Response to an AuthChallenge.
Constructors
AuthChallengeResponse
Link copied to clipboard
fun AuthChallengeResponse(response: String, username: String? = null, password: String? = null)
Content copied to clipboard